Vcenter NamespaceManagement LoadBalancers HAProxyConfigSetSpec
This schema is deprecated as of vSphere API 9.0.0.0.
Vcenter NamespaceManagement LoadBalancers HAProxyConfigSetSpec captures the configuration data required for Supervisor Service Type:LoadBalancer to have an external load balancer be created via HA Proxy.
This schema was added in vSphere API 7.0.3.0.
{
"servers": [
{
"host": "string",
"port": 0
}
],
"username": "string",
"password": "string",
"certificate_authority_chain": "string"
}
This property is deprecated as of vSphere API 9.0.0.0.
Servers is a list of the addresses for the data plane API servers used to configure HAProxy. Note: This field cannot be updated and should match existing list of servers.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
An administrator user name for accessing the HAProxy Data Plane API server.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
The password for the administrator user.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
This property was added in vSphere API 7.0.3.0.